home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
util
/
arc
/
xFX.lha
/
xFX
/
ARexx
/
ReqErr.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1997-07-22
|
366 b
|
19 lines
/*
**************************
**** xFX ARexx script ****
**************************
This script displays an error message
*/
if ~show('P','xFX.1') then do /* Check if xFX is running */
say 'xFX not running !'
exit
end
address 'xFX.1'
reqerr '"This is an error !"'